Back
IXOR:

Syntax:

Description:

Performs a bitwise XOR operation between the contents of Rs0 and Rs1, and puts the result to Rd3. Instruction is performed according to BS (bank select). Instruction is stack conditioned.

Microcode Pattern:

Takes 4 cycles to execute.
    Example: IXOR 0xA3 1 0xA0 0xA1

	  
	DISP     AGU
	-------------
	00000000   - 
	00000005   DA

	  
Exceptions :

No exceptions.

Example :

IXOR 0x20 2 0x22 0x21 !! Perform bitwise XOR 
                      !! between the contents 
                      !! of high banks of 
                      !! registers 0x21 and 
                      !! 0x22, then put the 
                      !! result to register 0x20

APE Group Zeuthen. 2003
$Id: ixor_masm.php,v 1.2 2004/08/04 09:43:11 noe Exp $
$Id: syntax.php,v 1.8 2004/08/04 09:25:34 noe Exp $